home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 85 / CD-ROM 85 / CD-ROM 85.iso / med2000 / js / vid1.js < prev    next >
Encoding:
Text File  |  2001-05-18  |  2.2 KB  |  49 lines

  1. tempvid1 = ''
  2. + '<div id="Layer1" style="position:absolute; width:152px; height:108px; z-index:3; left: 54px; top: 62px">'
  3. + '<table border="0" cellspacing="0" cellpadding="1" bgcolor="#FFCC00">'
  4. + '<tr>'
  5. + '<td><img src="/med2000/videos/' + thumbvid + '" width="152" height="108" border="0"></td>'
  6. + '</tr>'
  7. + '</table>'
  8. + '</div>'
  9. + '<div id="Layer2" style="position:absolute; width:323px; height:82px; z-index:2; left: 55px; top: 193px">'
  10. + '<table width="100%" border="0" cellspacing="0" cellpadding="0">'
  11. + '<tr align="center">'
  12. + '<td>'
  13. + '<table width="100%" border="0" cellspacing="0" cellpadding="0">'
  14. + '<tr align="left" valign="middle">'
  15. + '<td class="tvl"><font color="#99CCFF" size="2"><b>' + titvid + '</b></font><br>'
  16. + '<font size="2">' + descvid + '<br> </font></td>'
  17. + '</tr>'
  18. + '</table>'
  19. + '<table width="100%" border="0" cellspacing="0" cellpadding="2">'
  20. + '<tr align="center">'
  21. + '<td><a href="' + verbetevid + '" target="contenc"><img src="/med2000/gui/maistv.gif" width="55" height="12" alt="saiba mais sobre o tema" border="0"></a></td>'
  22. + '</tr>'
  23. + '</table>'
  24. + '</td>'
  25. + '</tr>'
  26. + '</table>'
  27. + '</div>'
  28. + '<div id="Layer2" style="position:absolute; width:162px; height:117px; z-index:2; left: 222px; top: 60px">'
  29. + '<table width="100%" border="0" cellspacing="0" cellpadding="0">'
  30. + '<tr align="center">'
  31. + '<td>'
  32. + '<table width="100%" border="0" cellspacing="0" cellpadding="0">'
  33. + '<tr align="center" valign="middle">'
  34. + '<td class="tvl"><font color="#99CCFF" size="2"><b>Escolha o formato:</b></font><br>'
  35. + '<br>'
  36. + '<font size="2"><img src="/med2000/gui/pics/winmini.gif" width="14" height="14" align="absmiddle"> WindowsMedia<br>'
  37. + ' <font color="#999999">28k</font> | <font color="#999999">56k</font> | <font color="#999999">Larga</font><br>'
  38. + '<br>'
  39. + '<img src="/med2000/gui/pics/realmini.gif" width="16" height="13" align="absmiddle"> RealMedia<br>'
  40. + ' <a href="/med2000/videos/enctvwin03.htm?' + nomvid + '">28k</a> | <font color="#999999">56k</font> | <font color="#999999">Larga</font></font></td>'
  41. + '</tr>'
  42. + '</table>'
  43. + '</td>'
  44. + '</tr>'
  45. + '</table>'
  46. + '</div>'
  47. + '';
  48. document.write (tempvid1);
  49.